home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / tetris / blocks3d / DATA / CONFIG / SOUND.CFG < prev    next >
Encoding:
Text File  |  2003-06-12  |  301 b   |  13 lines

  1. ; Set general volume [0..1]
  2. Sound.Volume = 1.0
  3.  
  4. ; set output frequency (44100, 22050, 11025, ...)
  5. Sound.Software.Frequency = 44100
  6. ; switch 16 bit output
  7. Sound.Software.16Bits = true
  8. ; switch stereo output
  9. Sound.Software.Stereo = true
  10.  
  11. ; sound refresh by second
  12. Sound.WaveOut.Refresh = 20
  13.